/*@font-face {
    font-family: 'FFDaxWebLight';
    src: url(../fonts/333ABC_0_0.eot?55218e0d2abbd680417f68f635b0e83c);
    src: url(../fonts/333ABC_0_0.eot?55218e0d2abbd680417f68f635b0e83c) format("embedded-opentype"), url(../fonts/333ABC_0_0.woff2?20c652744f3b5dfe421217a15ccdbf79) format("woff2"), url(../fonts/333ABC_0_0.woff?07770fd6e19e6ab279b6217cac9d1a4d) format("woff"), url(../fonts/333ABC_0_0.ttf?a31dbccd2239dc27b769177292255318) format("truetype");
}

@font-face {
    font-family: 'FFDaxWebMedium';
    src: url(../fonts/333ABC_1_0.eot?2be46e549a7892a19d319c45d6509d89);
    src: url(../fonts/333ABC_1_0.eot?2be46e549a7892a19d319c45d6509d89) format("embedded-opentype"), url(../fonts/333ABC_1_0.woff2?42acc5e9df59f9f26e37d696a0c1be48) format("woff2"), url(../fonts/333ABC_1_0.woff?527c73e654cf8a69db292d65c33389b6) format("woff"), url(../fonts/333ABC_1_0.ttf?d8d62303bc964e7bf0995d354f9ca569) format("truetype");
}
@import '~./animate.css';
.FFDaxWebLight {
    font-family: FFDaxWebLight;
    font-weight: normal;
    font-style: normal;
} 

.FFDaxWebMedium {
    font-family: FFDaxWebMedium;
    font-weight: normal;
    font-style: normal;
}*/

body {
    margin: 0;
    padding: 0;
font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
    line-height: 1.4;

}

h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {

    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
}

hr {
    height: 0px;
    color: #E3E3E3;
    border-top: 1px solid #E3E3E3;
    padding: 0px;
    border-style: dotted;
}

a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
}

a img {
    border-width: 0px;
}
a {
  
    text-decoration: none;
}
.mt0 {
     margin-top: 0px!important;
 }
  .mt10 {
     margin-top: 10px;
 }
   .mt15 {
     margin-top: 15px;
 }
 .mt20 {
     margin-top: 20px;
 }
 .mt30 {
     margin-top: 30px;
 }
 .mt35 {
     margin-top: 35px;
 }
 .mt40 {
     margin-top: 40px;
 }
 .mt45 {
     margin-top: 45px;
 }
 .mt60 {
     margin-top: 60px;
 }
 .md0 {
     margin-bottom: 00px;
 }
 .md10 {
     margin-bottom: 10px;
 }
 .md15 {
     margin-bottom: 15px;
 }
 .md20 {
     margin-bottom: 20px;
 }
 .md30 {
     margin-bottom: 30px;
 }
 .md40 {
     margin-bottom: 40px;
 }
 .md60 {
     margin-bottom: 60px;
 }
  .ml15 {
    margin-left: 15px;
  }
 .ml30 {
     margin-left: 30px;
 }
 .ml60 {
     margin-left: 60px;
 }
 .mr30 {
     margin-right: 30px;
 }
 .pl0 {
     padding-left: 0px;
 }
 .pl30 {
     padding-left: 30px;
 }
 .pl40 {
     padding-left: 40px;
 }
 .pl48 {
     padding-left: 48px;
 }
 .pl60 {
     padding-left: 60px;
 }
 .pr30 {
     padding-right: 30px;
 }
 .pr40 {
     padding-right: 40px;
 }
 .p0 {
     padding: 0;
 }
 .p30 {
     padding: 30px;
 }
 .pd30 {
     padding-bottom: 30px;
 }
  .pt10 {
    padding-top: 10px;
  }
 .pt30 {
     padding-top: 30px;
 }
 .pt10 {
     padding-top: 10px!important;
 }
 .pd60 {
     padding-bottom: 60px;
 }
 .pd30 {
     padding-bottom: 30px;
 }
 .pt0{
    padding-top: 0px!important;
 }
 @media(max-width: 768px) {
    .mmt15{
        margin-top: 15px;
    }
     .mmt30 {
         margin-top: 30px;
     }
     .mmd50 {
         margin-bottom: 50px;
     }
     .ml60 {
         margin-left: 30px;
     }
     .mml30 {
         margin-left: 30px;
     }
    .mmd0 {
         margin-bottom: 0px!important;
     }
     .mmd30 {
         margin-bottom: 30px;
     }
 }


 .bgd{
    background: url(../img/background.jpg);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center!important;
    background-size: cover!important;
 }

 .wrappsAll{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

 }
.cta {
    background-color: #fff;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.74);
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 20px 35px;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    /*min-width: 70vw;*/
    overflow: hidden;
    position: relative;
    outline: none;
    border: none;
}
.wrappsAll .logo{
    max-width: 70vw;
    height: auto;
    margin-bottom: 20px;
}

.cta .load{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 3px;
    background: #dfe6e9;
    display: none;
}
.cta.isLoading{
    color: rgba(0, 0, 0, 0.14);
    pointer-events: none;
}
.cta.isLoading .load{
    display: block;
}
.cta .load .loadIn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    background: #74b9ff;
    animation-name: load;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes load{
    to{
        left: 100%;
        width: 100%;
    }
}
.custTtle{

}
.card{
       background-color: #fff;
       border-radius: 8px;
       color: rgba(0, 0, 0, 0.74);
       text-align: center;
       box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
       padding: 20px 35px;
       background: #ffffff;
       max-width: 80vw;
}
.card img{

}
.card .custTtle{
      font-size: 35px;
      margin: 0;
      text-align: center;
}
.card .custTtle small{
    display: block;
    font-size: 18px; 
    font-weight: 300;
}
.home{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.home img{
    width: 240px;
    margin-bottom: 30px;
}
.home a {
    color: #bd1d1d;
    display: inline-block;
    text-decoration: underline;
}
.home span {
  text-align: center;
    display: block;

}
.txtEntr {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(0, 0, 0, 80%);
    border-radius: 4px;
}
.txtEntr > *{
    text-align: center;
}
.txtEntr h2{
    font-size: 2em;
    margin-bottom: 10px;
}
.txtEntr h4{
    font-size: 1.5em;
}
.txtEntr h5{
    font-size: 1.2em;
}




.welcome_re{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: url(../img/bg6.jpg);
}
.welcome_re a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
}

.welcome_re .welcomeBox{
    background-color: rgba(147,21,18,0.8);
    border-radius: 4px;
    box-shadow: 0 0 12px -2px rgba(0,0,0,0.9);
    padding: 30px 15px;
}
.welcome_re .welcomeBox span{
      text-align: center;
      display: block;
      color: #fff;
      text-transform: uppercase;
}
.welcome_re .welcomeBox img{
        width: 150px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
}
.welcome_re .welcomeBox::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.65);
    z-index: -2;
}